home *** CD-ROM | disk | FTP | other *** search
/ PCNet 1998 May / PCnet Mayıs 1998.iso / Multimed / Program / A_Trial.exe / data.z / JMxRectArray.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-12-04  |  237 b   |  9 lines

  1. import java.awt.Rectangle;
  2.  
  3. class JMxRectArray {
  4.    public Rectangle[] RectArray;
  5.  
  6.    public JMxRectArray() {
  7.    }
  8. }
  9.